From: Samuel Thibault Date: Sat, 23 Feb 2019 10:03:38 +0000 (+0100) Subject: qt5 X-Git-Tag: archive/raspbian/1.4.5+dfsg-2+rpi1^2^2^2^2^2~2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=4009a3df0adca8003d13a9b05b8a029b549d5b27;p=starpu.git qt5 Gbp-Pq: Name qt5 --- diff --git a/configure.ac b/configure.ac index 7f74885..0cf2651 100644 --- a/configure.ac +++ b/configure.ac @@ -2096,7 +2096,7 @@ AC_MSG_CHECKING(for StarPU-Top) if test "x$enable_starpu_top" != "xno" ; then can_build_starpu_top=no - AC_PATH_PROGS([QMAKE], [qmake-qt4 qmake], [not-found]) + AC_PATH_PROGS([QMAKE], [qmake], [not-found]) if test x$QMAKE != xnot-found; then QMAKE_VERSION=`$QMAKE --version 2>&1 | head -n 1 | cut -d '.' -f 1 | cut -d ' ' -f 3` QT_VERSION=`$QMAKE --version 2>&1 | tail -n 1 | cut -d '.' -f 1 | cut -d ' ' -f 4`